commit | ad58bf2db6e6ef769122bd35b83976f90a1e8596 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Tue Feb 16 21:22:38 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Feb 16 21:22:38 2021 +0000 |
tree | acf60d78470522043c723dd414d5c104fa54ad43 | |
parent | 69d6cd3b991093780bb9b6c669bba263d46d65bb [diff] | |
parent | f1a53d214120ed0895ab94f96b1d76a4b347087a [diff] |
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/lazycell am: a3c9270602 am: f1a53d2141 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/lazycell/+/1588771 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Iabf3f5c5384131d03d6a038cef6d993db968cfa5
Rust library providing a lazily filled Cell.
Add the following to your Cargo.toml
:
[dependencies] lazycell = "1.3"
And in your lib.rs
or main.rs
:
extern crate lazycell;
See the API docs for information on using the crate in your library.
Contributions are always welcome! If you have an idea for something to add (code, documentation, tests, examples, etc.) feel free to give it a shot.
Please read CONTRIBUTING.md before you start contributing.
The LazyCell library is based originally on work by The Rust Project Developers for the project crates.io.
The list of contributors to this project can be found at CONTRIBUTORS.md.
LazyCell is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE, and LICENSE-MIT for details.